-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timer Backpack Updates #137
Conversation
i-am-grub
commented
May 29, 2024
•
edited by pkendall64
Loading
edited by pkendall64
- Updating the LED configuration for the NuclearHazard board
- Changes to extend the range of the backpack outdoors
- Updating WiFi power levels
- ESP32 Long Range mode
- Adds support for C3 and S3 Timer backpacks
@i-am-grub is this PR ready to go or still testing to be done? |
Adding some of the additional protocols made the web UI reachable. I still need to finish up the fix for that. |
Tried getting the web portal to work with taking out The timer's backpack wasn't able to receive the espnow callback from the goggle's backpack after about a distance of about 20 meters, but the googles were still able to receive messages from the timer's backpack (external antenna attached) much further than that. I stopped testing after about 150m. |
Definitely keen to add S3/C3 support now that the backpack is used for more than just VRX things. |
All ESP32 devices now do LR mode
Did you see that I created a PR against your repo to fix the wifi issues? |
Fixes so wifi continues to work correctly
# Conflicts: # html/scan.js
I've fixed the merge conflicts so we should be all good to go now. |
I'm still having issues with the web portal not showing up when starting the wifi on both the timer and vrx. I won't worry about it though if it's working for you. |
I've tested ESP32, S3 & C3 on the timer branch and it's working. You do have to press the button to get it to enter wifi mode. |
I've tried to start the backpack wifi on hdzero googles and an esp32 connected to an RH timer through their respective UIs without luck. I've made sure that I have the changes pulled down and did a full clean in pio before building the firmwares. |
I see now that it's access point mode that is not working anymore. I've gone back to 1.4.1 and it's not working there for me either! EDIT2: LR mode really seems to mess with AP mode. You have to do a full reset of the flash for it to come right again. |
I did some digging and found a solution. Can you test it @i-am-grub |
Seems to be working as expected from my side of things |
It seems that the XIAO boards don't work with the default boards set for the project. Any objection for overwriting the default boards with the XIAO equivalent platformio targets for the RotorHazard c3 and s3 builds? |